DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase<TConnectionImpl> Class / State Property

In This Topic
    State Property (C1ConnectionBase<TConnectionImpl>)
    In This Topic
    Gets a string that describes the state of the connection.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property State As ConnectionState
    public virtual ConnectionState State {get;}
    See Also